@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body.choose {
	height: 100%;
	overflow: hidden;
}
html, body {
	height: 100%;
}
.clearfix:after {
	clear: both;
	content: "\200B";
	display: block;
	height: 0;
}
.main {
	background: #f2f2f2;
	margin: 0 auto;
}

/*选择区域首页*/
.headerMain {
	position: relative;
	height: 0.5rem;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.headerTitle p {
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 600;
}
.remenNav p {
	background: #eee;
	line-height: 0.35rem;
	text-indent: 1em;
	font-size: 0.14rem;
}
.remenNav ul {
	padding: 0.15rem;
	background: #fff;
}
.remenNav li {
	float: left;
	width: 22%;
	text-align: center;
	border: 1px solid #eee;
	font-size: 0.14rem;
	margin-right: 3%;
	line-height: 0.3rem;
}
.remenNav li a {
	display: block;
}
.remenNav li:nth-child(-n+4) {
	margin-bottom: 0.1rem;
}
.remenNav li:nth-child(4n+4) {
	margin-right: 0;
}
.chengshiTop p {
	background: #eee;
	line-height: 0.35rem;
	text-indent: 1em;
	font-size: 0.14rem;
}
.chengshiMain {
	background: #fff;
	margin-bottom: 100px;
}
.chengshiMain ul {
	padding: 0.15rem;
	border-bottom: 1px solid #eee;
}
.chengshiMain li {
	float: left;
	width: 22%;
	text-align: center;
	border: 0.01rem solid #eee;
	font-size: 0.14rem;
	margin-left: 2%;
	line-height: 0.3rem;
	height: 0.32rem;
	margin-bottom: 0.1rem;
}
.chengshiMain li a {
	display: block;
}
.chengshiMain li:first-child {
	height: 0.735rem;
	line-height: 0.735rem;
	font-size: 0.24rem;
	background: #eee;
	margin-left: 0;
}
.chengshiMain li:nth-child(4n+4) {
	margin-left: 0;
}
.chengshiMain li:nth-child(4) {
	margin-left: 4%;
}
.dnegdai p {
	line-height: 0.4rem;
	font-size: 0.16rem;
	text-align: center;
	background: #fff;
}
.headerDianhua {
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	line-height: 0.5rem;
	text-align: center;
	z-index: 2;
}
.headerDianhua a {
	display: block;
}
.headerDianhua img {
	width: 100%;
}
.headerMain-logo img {
	width: 20%;
	position: absolute;
	left: 0.08rem;
	top: 0.13rem;
}
.quyux {
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000000;
	overflow-y: auto;
}
/*选择区域首页 END*/
